projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0592240
)
(INSTALL_INFO): New variable.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Jun 1998 01:29:43 +0000
(
01:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Jun 1998 01:29:43 +0000
(
01:29
+0000)
(install): Run install-info.
lispref/Makefile.in
patch
|
blob
|
history
diff --git
a/lispref/Makefile.in
b/lispref/Makefile.in
index 88dac4d54fba9d8f137a75551472e5ae026e2145..769591cf9f9ceef65e17a866cf095db470b0f53d 100644
(file)
--- a/
lispref/Makefile.in
+++ b/
lispref/Makefile.in
@@
-8,6
+8,7
@@
TEX=tex
MAKE=make
SHELL=/bin/sh
+INSTALL_INFO = install-info
# Where the TeX macros are kept:
texmacrodir = /usr/local/lib/tex/macros
@@
-82,7
+83,7
@@
index.texi:
install: elisp
./mkinstalldirs $(infodir)
cp elisp elisp-* $(infodir)
- @echo also add the line for elisp to $(infodir)/dir.
+ ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp
installall: install
install -c texinfo.tex $(texmacrodir)